home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / jrh-rkrm-partone.readme < prev    next >
Text File  |  1995-04-08  |  2KB  |  41 lines

  1. Short: E versions of RKRM examples (Part One)
  2. Type: dev/e
  3. Author: m88jrh@ecs.ox.ac.uk (Jason R. Hulance)
  4. Uploader: m88jrh@ecs.ox.ac.uk (Jason R. Hulance)
  5.  
  6. JRH's RKRM Examples (Part One)
  7. ==============================
  8.  
  9. This archive contains translations of all the examples from the following
  10. chapters of the RKRM (Libraries): ASL, Commodities, Exec, GadTools,
  11. Intuition, Preferences and Workbench.  Also included are translations of
  12. all the Resource examples from the RKRM (Devices).
  13.  
  14. The examples retain most of the original comments, with comments specific to
  15. these E versions beginning "-> E-Note:".  A lot of effort has been put into
  16. showing how to effectively use E features such as exceptions and lists.
  17. A number of bugs in the original examples have also been eliminated.
  18.  
  19. If you are new to E you should pay special attention to the effect of using
  20. exceptions: error handling is and clean-up is neatly separated from the main
  21. code, and the code is generally much less indented.  You should also notice
  22. the special care taken to initialise variables appropriately so that
  23. clean-up is made much more simple in the handlers.
  24.  
  25. If you wish to recompile the sources (I expect you might...), you will need
  26. my Typed Modules (V40), my AmigaLib modules and my Useful modules.  These
  27. archives should all be available where you found this archive (Aminet? In
  28. 'dev/e'?).
  29.  
  30. These executables, E sources and E modules are all Copyright (C) 1995,
  31. Jason R. Hulance.
  32. The original RKRM examples are Copyright (C) 1992, Commodore-Amiga Inc.
  33.  
  34. You are free to use the files in this archive to help create your own
  35. programs (whether they are freeware or commercial), but if you wish to
  36. distribute any part of this archive you must include it all, unmodified,
  37. and with this file.
  38.  
  39. (Hopefully, there will be a Part Two which will contain the remainder of the
  40. RKRM examples.)
  41.